Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

317
Views
This is an error i have been encountering for a while now "Module not found: Can't resolve '../lib'", no idea what the problem is
import logo from "./logo.svg";
import "./App.css";
import { FiAirplay } from "react-icons/all"; 
function App() {
  return (
    <div className="App">
      <header className="App-header">
        <img src={logo} className="App-logo" alt="logo" />
        <p>
          Edit <code>src/App.js</code> and save to reload.
        </p>
        <a
          className="App-link"
          href="https://reactjs.org"
          target="_blank"
          rel="noopener noreferrer">
          Learn React
        </a>
      </header>
    </div>
  );
}

export default App;

error: Failed to compile.

./node_modules/react-icons/ai/index.esm.js Module not found: Can't resolve '../lib'

please what am i doing wrong?,

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

well your import statement is wrong..must be vs code autocomplete feature as i always get this.

import { FiAirplay } from "react-icons/fi";
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!